home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 127_01.zip / SIMPLEV.SS < prev    next >
Text File  |  1993-06-17  |  2KB  |  83 lines

  1. !---------------------------------------------------------------------------
  2. ! File SSV: RAP SS View file for a simple CRT terminal
  3. !---------------------------------------------------------------------------
  4.  
  5. !---------------------------------------------------------------------------
  6. !                    COMMANDS TO RAP
  7. !        (This section MUST be the first in the SS file)
  8. !---------------------------------------------------------------------------
  9.  
  10. .ou 20! OUTPUT TO (24 LINE) SCREEN 20 LINES AT A TIME
  11.  
  12. !---------------------------------------------------------------------------
  13. !                  HARDWARE INFORMATION
  14. !---------------------------------------------------------------------------
  15.  
  16. !Put yours here if you need any.
  17.  
  18. !---------------------------------------------------------------------------
  19. !                    BUILT-IN SUBSTITUTIONS
  20. !---------------------------------------------------------------------------
  21.  
  22. !INITIALIZATION
  23.  
  24. !}init}
  25. !Put initialization escape sequence(s) here if needed.
  26.  
  27. !BOLDFACE
  28.  
  29. }b+}
  30. !Delete; or supply proper escape codes for your CRT.
  31.  
  32. }b-}
  33. }normal}
  34.  
  35. !SUBSCRIPTS
  36.  
  37. }d1}
  38. }bli-rev}
  39.  
  40. }u2}
  41. }normal}
  42.  
  43. !SUPERSCRIPTS
  44.  
  45. }u1}
  46. }reverse}
  47.  
  48. }d2}
  49. }normal}
  50.  
  51. !UNDERLINING
  52.  
  53. }u+}
  54. !Delete; or supply suitable escape sequence for your CRT.
  55.  
  56. }u-}
  57. }normal}
  58.  
  59. !---------------------------------------------------------------------------
  60. !          TERMINAL/PRINTER SPECIFIC (NOT BUILT-IN)
  61. !---------------------------------------------------------------------------
  62.  
  63. }bli-rev}! Blinking reverse video.
  64. !Delete; or supply suitable escape sequence for your CRT.
  65.  
  66. }normal}! Normal video.
  67. !Delete; or supply suitable escape sequence for your CRT.
  68.  
  69. }reverse}! Reverse video.
  70. !Delete; or supply suitable escape sequence for your CRT.
  71.  
  72. !---------------------------------------------------------------------------
  73. !               USERS PERSONAL SUBSTITUTIONS
  74. !---------------------------------------------------------------------------
  75.  
  76. !Put yours here.
  77.  
  78. !---------------------------------------------------------------------------
  79. !                    END OF SSV
  80. !---------------------------------------------------------------------------
  81. 
  82.  
  83. !SUPER